home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / miscellaneous / science / maths / calc / source / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-07  |  721 b   |  27 lines

  1. /* AMIGA: Created from scratch to have reasonable defaults for the Amiga */
  2.  
  3. /* the default ;-separated search path */
  4. #ifndef DEFAULTCALCPATH
  5. #define DEFAULTCALCPATH ";CALCDIR:lib/"
  6. #endif /* DEFAULTCALCPATH */
  7.  
  8. /* the default ;-separated startup file list */
  9. #ifndef DEFAULTCALCRC
  10. #define DEFAULTCALCRC "CALCDIR:lib/startup;S:.calcrc"
  11. #endif /* DEFAULTCALCRC */
  12.  
  13. /* the location of the help directory */
  14. #ifndef DEFAULTHELPDIR
  15. #define DEFAULTHELPDIR "CALCDIR:help/"
  16. #endif /* HELPDIR */
  17.  
  18. /* the default pager to use */
  19. #ifndef DEFAULTCALCPAGER
  20. #define DEFAULTCALCPAGER "more"
  21. #endif /* DEFAULTCALCPAGER */
  22.  
  23. /* the default home directory to use */
  24. #ifndef DEFAULTHOME
  25. #define DEFAULTHOME "S:"
  26. #endif  /* DEFAULTHOME */
  27.